Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pack BlazorGL #50

Closed
wants to merge 311 commits into from
Closed

Pack BlazorGL #50

wants to merge 311 commits into from

Conversation

nkast
Copy link
Owner

@nkast nkast commented Feb 5, 2023

No description provided.

The IsActive on windows platforms is false when app is minimized or lost
focus. There is no way to tell if the app is minimized or Visible.
Write directly to the Mapped Buffer
Implement Game.InactiveSleepTime
Reset IsRunningSlowly after 5 frames
Need to test other BoundingFrustum/BoundingBox as well...
Replace SpriteFont.Characters, SpriteFont.GetGlyphs(),
and SpriteFont.Glyphs with GlyphCollection.
Remove Glyph.Character.
…fer size.

-Revert PR-5442.
-Early initialization of NativeOrientation.
-Fine tune resolution for automatic orientation (45 degrees angle).
-Shockproof automatic orientation (0.5sec delay).
-check valid ScreenOrientation in MainActivity setup.
-remove ResetClientBounds() Hack.
Requires <uses-permission
android:name="android.permission.READ_PHONE_STATE" /> in
AndroidManifest.xml
-Remove Initialize(). Dispatcher doesn't need to initialize itself.
-Remove DoUpdate()
-Add OnUpdate event to dispatch 'Update' message.
-Convert to Singleton
fix resource leaks, optimize, reduce memory garbage and make it thread safe.
fix Pan and Apply3D.
fix BufferNeeded.
remove SoundEffect.FromFile()
…ta()/GetData()/Texture2D/3D/Cube SetData()/GetData()
 hide IGraphicsDeviceManager() methods
 implement Disposed, OnPreparingDeviceSettings and IGraphicsDeviceService events
 remove _shouldApplyChanges checks
 don't swap PreferredBackBufferWidth/Height
-dirty flag for PlatformApplyPrimitiveType
-disable unnecessary apply of Vertex/Index buffer
-_enabledVertexAttributes as a HashSet
-restore set of  _vertexBuffersDirty flag
* refactor GameLoop

* move _gameTime and _gameTimer to platform
* rename _isDisposed
* TickExiting
* remove OnIsMouseVisibleChanged
* Exit() and SuppressDraw()
* remove unused fields and methods
* move fields
* rename _currElapsedTime and _prevElapsedTime
* move Tick()
* rename EndDraw
* move services, components, content
* rename GameStrategy
* rename ConcreteGame
* rename Game.Strategy
* remove partial
* remove PlatformCreate()
* sealed ConcreteGame
* rename GameStrategy.cs
* rename ConcreteGame.cs
* move RunOneFrame

* remove ANDROID_BeforeRun
* rename msbuildwin

* build iOS

* build BlazorGL

* build DesktopGL
* remove unused events

* play catch
* rename BlazorGL platform

* rename BLAZORGL Constant
* add Google Cardboard library

* Cardboard project

* build Cardboard
* whitespaces

* remove GameWindow BeginScreenDeviceChange and EndScreenDeviceChange

* default implementation for GameStrategy BeginScreenDeviceChange and EndScreenDeviceChange
@nkast nkast closed this Feb 5, 2023
@nkast nkast deleted the packBlazorGL branch February 5, 2023 04:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant